home *** CD-ROM | disk | FTP | other *** search
/ Steal This CD / steal_this_cd.iso / Chapter 11 - Censoring Information / setup-en.exe / install_script.iss
Text File  |  2006-01-06  |  2KB  |  59 lines

  1. ;InnoSetupVersion=5.1.2
  2.  
  3. [Setup]
  4. AppName=Naomi 2.9.60
  5. AppVerName=Naomi 2.9.60 [en]
  6. AppId=Naomi 2.9.60
  7. AppPublisher=Radiant Morning
  8. AppPublisherURL=http://www.radiance.m6.net
  9. AppSupportURL=http://www.radiance.m6.net
  10. AppUpdatesURL=http://www.radiance.m6.net
  11. AppMutex=RMInsNa4.mutx
  12. DefaultDirName={pf}\rnamfler
  13. DefaultGroupName=Naomi
  14. OutputBaseFilename=setup
  15. Compression=lzma
  16. Uninstallable=no
  17. PrivilegesRequired=none
  18. DisableDirPage=yes
  19. AllowNoIcons=yes
  20. WizardImageFile=embedded\WizardImage0.bmp
  21. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  22.  
  23. [Files]
  24. Source: "{app}\naomf.exe"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\naofsvc.exe"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\tray.jpg"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\manual.htm"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\radhslib.dll"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\radprlib.dll"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\radprcmp.exe"; DestDir: "{app}"; Flags: ignoreversion 
  31.  
  32. [Dirs]
  33. Name: "{pf}\rnamfler"; 
  34.  
  35. [Run]
  36. Filename: "{app}\manual.htm"; Flags: shellexec nowait
  37. Filename: "{app}\naofsvc.exe"; 
  38. Filename: "{app}\naomf.exe"; Flags: nowait
  39.  
  40. [InstallDelete]
  41. Type: files; Name: "{app}\unins000.dat"; 
  42. Type: files; Name: "{app}\notray.plg"; 
  43.  
  44. [CustomMessages]
  45. default.NameAndVersion=%1 version %2
  46. default.AdditionalIcons=Additional icons:
  47. default.CreateDesktopIcon=Create a &desktop icon
  48. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  49. default.ProgramOnTheWeb=%1 on the Web
  50. default.UninstallProgram=Uninstall %1
  51. default.LaunchProgram=Launch %1
  52. default.AssocFileExtension=&Associate %1 with the %2 file extension
  53. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  54.  
  55. [Languages]
  56. ; These files are stubs
  57. ; To achieve better results after recompilation, use the real language files
  58. Name: "default"; MessagesFile: "embedded\default.isl"; 
  59.